From a96ed33acfe708bfe9baf3005e3e477a4f1a4e0f Mon Sep 17 00:00:00 2001 From: Ximin Luo Date: Thu, 20 Apr 2017 02:59:43 +0200 Subject: [PATCH] Rename stage0 profile according to policy --- debian/control | 6 +++--- debian/rules | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 71947ed21..0aa8c2e1a 100644 --- a/debian/control +++ b/debian/control @@ -10,9 +10,9 @@ Build-Depends: debhelper (>= 9.20141010), rustc (>= 1.13), pkg-config, cmake, - cargo (>= 0.7.0) , - python-dulwich , - python-pytoml , + cargo (>= 0.7.0) , + python-dulwich , + python-pytoml , ca-certificates, bash-completion, libcurl4-gnutls-dev | libcurl4-openssl-dev, diff --git a/debian/rules b/debian/rules index 588f002e0..fa16496ae 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,7 @@ DEPSDIR := $(CURDIR)/deps override_dh_auto_configure: cp -a $(CURDIR)/Cargo.lock $(CURDIR)/.Cargo.lock.orig -ifneq ($(filter stage0,$(DEB_BUILD_PROFILES)),) +ifneq ($(filter pkg.cargo.mkstage0,$(DEB_BUILD_PROFILES)),) # Bootstrap cargo stage0 ./debian/bootstrap.py \ --no-clean \ -- 2.30.2